home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13606 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  466 b 

  1. Path: news.dal.ca!dragon!001163l
  2. From: 001163l@dragon.acadiau.ca (Timothy Lee)
  3. Newsgroups: comp.lang.c++
  4. Subject: Declare LARGE Array ??
  5. Date: 26 Mar 96 14:58:05 GMT
  6. Organization: Dalhousie University
  7. Message-ID: <001163l.827852285@dragon>
  8. NNTP-Posting-Host: iceberg.acadiau.ca
  9.  
  10. HI,
  11.  
  12.     Is anyone know how to declare a very large array. Like 
  13.  
  14. int data[1000000];
  15.  
  16. or even larger. (more than 1MB)
  17.  
  18. and how to access the extended memory that we have in the Ram.
  19.  
  20. Thanks
  21.